home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 726-750 / 727 / vertex / docs / chapters / 7-global < prev    next >
Text File  |  1995-03-18  |  4KB  |  145 lines

  1. ====================================================================
  2. Global Menu                     Vertex                      Page 7-1
  3.  
  4.  
  5.  
  6.     GLOBALS MENU:
  7.     Function        FastKey                                    Page
  8.     ==============  =========================================  ====
  9.     Sleep           G-Z (Or the HELP key)                       7-2
  10.     Save Defaults   G-S                                         7-2
  11.     Undo On/Off     G-U                                         7-3
  12.     Overwrite       G-O                                         7-4
  13.     Coordinates     G-C                                         7-4
  14.     About           G-A                                         7-4
  15.  
  16.  
  17. ====================================================================
  18. Globals: Sleep                  Vertex                      Page 7-2
  19.  
  20.  
  21.  
  22. Function:   Sleep
  23. FastKey:    G-S
  24.  
  25. Description:
  26.  
  27. Vertex is written in GFA and assembly language. GFA is a great
  28. programming language, it has built in bezier curves, a built in file
  29. requestor, extremely fast floating point operations and built in
  30. sorting routines, but it lacks one thing which is extremely important
  31. to Amiga users - full multitasking support. It will multitask, but
  32. other tasks will slow to a crawl. This option, also attainable by
  33. pressing the 'HELP' key, will close the editor and enable full
  34. multitasking. To get back from sleeping, simply press the close gadget
  35. of the sleep window on the Workbench Screen. This sleep window has a
  36. further benifit, as it frees up about 65k of precious chip memory.
  37.  
  38. Hopefully, a future version of GFA will better support multi-tasking.
  39.  
  40.  
  41.  
  42. ====================================================================
  43. Misc: Save Defaults
  44.  
  45.  
  46.  
  47. Function:   Save Defaults
  48. FastKey:    G-Z
  49.  
  50. Description:
  51.  
  52. This will save the file 'Vertex.Defaults' to the S: directory. After
  53. saving this file, everytime you start Vertex, it will read this file
  54. and configure the system to your choices.
  55.  
  56. Saved are:
  57.  
  58.     Undo On/Off
  59.     Indicator Size
  60.     Overwrite On/Off
  61.     Fast Draw On/Off
  62.     Trans Fast Draw On/Off
  63.     Delete All Requester
  64.     Anim View Rotation Steps
  65.     Coordinates On/Off
  66.     
  67.  
  68. ====================================================================
  69. Misc: Undo                      Vertex                      Page 7-3
  70.  
  71.  
  72.  
  73. Function:   Undo Toggle
  74. FastKey:    G-U
  75.  
  76. Description:
  77.  
  78. This will turn Undo on or off. When Undo is on, your allowable number
  79. of vertices, edges and faces will be cut in half, making room for an
  80. undo buffer. You can turn undo on and off at any time. 
  81.  
  82. Turning undo on will only work if you currently have less than 1/2 of
  83. the maximum number of vertices, edges or faces. If you have more than
  84. half the total allowable vertices, edges or faces, then Undo will not
  85. come on. You can determine the status of Undo by examining the "Undo"
  86. gadet on the left side of the screen. If the word UNDO is written in
  87. the middle of the gadget, then UNDO is on. If the gadget is blank,
  88. then UNDO is off.
  89.  
  90.  
  91.  
  92. ====================================================================
  93. Misc: Overwrite                  Vertex                     Page 7-4
  94.  
  95.  
  96.  
  97. Function:   Overwrite Toggle
  98. FastKey:    G-O
  99.  
  100. Description:
  101.  
  102. When you go to save a file, the system first checks to see if the
  103. file already exists. If this toggle is on, and a file already exists,
  104. you will be asked if you want to over write the file. If this toggle is
  105. off, Vertex will automatically overwrite the file.
  106.  
  107.  
  108.  
  109. ====================================================================
  110. Globals: Coordinates
  111.  
  112.  
  113.  
  114. Function:   Coordinates
  115. FastKey:    G-C
  116.  
  117. Description:
  118.  
  119. This will turn on, or off, the coordinate display near the top left of the
  120. screen. These coordinates are only available in the orthographic views,
  121. not in perspective. Also, Transform-Edit does not support the coordinates,
  122. but it should be the next release.
  123.  
  124.  
  125. ====================================================================
  126. Globals: About
  127.  
  128.  
  129.  
  130. Function:   About
  131. FastKey:    G-A
  132.  
  133. Description:
  134.  
  135. This will bring up a requestor telling you the version number of
  136. Vertex, a serial number (for registered users) and the amout of free
  137. chip and fast memory available in the system. Also, you will see the
  138. maximum number of vertices, edges and faces which Vertex can handle on
  139. your machine (memory dependant)
  140.  
  141. I've also added a clock/date feature which I find useful for keeping
  142. track of job times.
  143.  
  144.  
  145.